MenuMaker - by uziq 

This is an input plugin which creates a popup menu for any mouse button.

Put the plugin in the plugins folder, and the example config in the configs folder.


INSTRUCTIONS:
1. Add a new text meter.
2. On the Input tab, check Allow Input Controls.  Select the button click you want, and choose Plugin for the Action Type.  Then select MenuMaker from the plugin list.  Click Configure to set up the menu.
3. You can copy the example menu code (or generate it based on a directory), and paste it in the bottom box.




Enter a menu item, plus the command, separated with the equal sign:
	example=example.exe

Each item goes on a new line.

If you want submenus, then put brackets around the name:
	<MySubMenu>
	  Insert some items, and then close the menu with:
	</MySubMenu>


You can also make menus act as folders, and make the items on it refer to the folder by using .\
	<ThisIsMyFolder=C:\Program Files\whatever>
	  <Program1=.\program1.exe>
	  <TextFileXYZ=.\readme.txt>
	  <SomeOtherFile=.\filename.xxx>
	  <notepad=notepad.exe>
	</ThisIsMyFolder>


<LINE> will create a line.

For better readability, you can put spaces before items.

There appears to be a limit of around 25,000 items, so don't get crazy and map out your entire hard drive. ;)

You can have as many menus per config as you want.

Some variables for menu items:
%SamDir% is the full Samurize path (such as C:\Program Files\Samurize)
%WinDir% is the full Windows path (such as C:\Windows)
%WinDrive% is the drive that Windows is installed on (such as C:)


__________________________________________________________
http://www.geocities.com/samurize@swbell.net/samurize.html
uziq@hotmail.com
